home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7843 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: krel.iea.com!comtch!larryb
  2. From: larryb@comtch.iea.com (Larry Blanchard)
  3. Newsgroups: comp.lang.c,comp.os.linux.development.apps,comp.programming,comp.unix.programmer
  4. Subject: Re: Changing pipe capacity
  5. Followup-To: comp.lang.c,comp.os.linux.development.apps,comp.programming,comp.unix.programmer
  6. Date: 29 Feb 1996 04:50:02 GMT
  7. Organization: CompuTech
  8. Message-ID: <4h3b9q$mok@krel.iea.com>
  9. References: <4gt4c9$mds$1@mhade.production.compuserve.com>
  10. NNTP-Posting-Host: comtch.iea.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Xavi Roig Gracia (101522.2001@CompuServe.COM) wrote:
  14. : Hi !
  15.  
  16. :     I am using pipes in a personal development (with Linux
  17. : and gcc) and I detect that the pipe capacity is 4096 bytes by
  18. : default. I need a capacity greather than 4096 bytes (for send
  19. : and receive a unique missatge between processes in a 8192 bytes
  20. : format).
  21.  
  22. : Question:
  23.  
  24. :     - How can I change the default pipe capacity ?
  25.  
  26. : Thanks in advance !
  27.  
  28. : -- 
  29. : Xavi Roig Gracia (101522.2001@compuserve.com)
  30. : Universitat Autonoma de Barcelona 
  31. : Catalonia - Europe
  32.  
  33. Why bother? - use a message queue instead.
  34.